home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Serious Software / CommuniGate / CommuniGate-Server-301 / Documentation / Server API / TestScript < prev   
Text File  |  1998-11-05  |  441b  |  17 lines

  1. set msg to "From: user@mycompany.com (My Lovely Script)
  2. Date: Fri, 29 Nov 1996 17:06:45 +0100
  3. To: support@stalker.com (Stalker Support), 415555555@FaxGate (Fax number),
  4.   1234567@PagerCompany (A pager served with PagerCompany)
  5. Subject: Test Message!
  6. X-Fax-Cover: *Default*
  7. Errors-to: Postmaster@mycompany.com
  8.  
  9. Test message:
  10.   If you read this,
  11.   You follow too close!
  12. "
  13.  
  14. tell application "CommuniGate Server"
  15.     SubmitTextMessage msg
  16. end tell
  17.